home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / datafiles / gfx_formats / anim / anim310.arc / read.me < prev   
Text File  |  1987-06-18  |  3KB  |  63 lines

  1. This disk was prepared jointly by Sparta Inc. and Aegis Development Co.
  2. and contains the ANIM animation IFF format together with some tools for
  3. the viewing and analysis of ANIM files and also some sample animations.
  4.  
  5. Specifically, this disk contains:
  6.  
  7.     READ.ME      This file.
  8.     ANIM.doc     The formal ANIM file standard.
  9.     ShowANIM     A program for the playing of ANIM files.
  10.                  The usage for this program is simply:
  11.  
  12.                          ShowANIM filename
  13.  
  14.                  which will load the specified ANIM file into memory
  15.                  and play it one time.
  16.  
  17.                  There are also three switches which can be used:
  18.  
  19.                       -l   loop mode - will replay the animation
  20.                            over and over from the start.  Execution
  21.                            can be terminated only by a re-boot.
  22.  
  23.                       -c   continuous play mode - this is similar to
  24.                            -l above except ShowANIM assumes you have a
  25.                            two frame overlap at the end of the ANIM file
  26.                            (the last two frames are IDENTICAL to the
  27.                            first two).  Given this requirement, ShowANIM
  28.                            can play the animation over and over in a
  29.                            continuous fashion.
  30.  
  31.                       +nn  where nn is a two digit number indicating the
  32.                            number of vertical blanks (1/60 sec jiffies)
  33.                            for each frame.  ShowANIM will assure that at
  34.                            least this number of vertical blanks will 
  35.                            occur between frames.  e.g. a +6 will produce
  36.                            a 10 frame/second animation provided ShowANIM
  37.                            can reconstruct the frames that fast.  This
  38.                            will override the reltime parameter on the
  39.                            ANHD chunks on the ANIM file.
  40.  
  41.                  For example, to show the redbaron.anim file on this 
  42.                  disk continuously at 15 frames per second, enter:
  43.  
  44.                         ShowANIM -c +4 redbaron.anim
  45.  
  46.     IFFdump      This is the same as the IFFdump written by Carolyn
  47.                  Scheppner of Commodore except it has been expanded to
  48.                  provide interpreted dump of ANHD chunks under the -v
  49.                  switch.
  50.  
  51.     Animations   This is a directory of some sample animations.  There
  52.                  cannot be too many of them due to their size.
  53.  
  54.                  RedBaron.anim - This is a nice animation of a tri-plane
  55.                  provided courtesy of Allen Hastings (author of
  56.                  VideoScape-3D on which this ANIM was produced).
  57.                  This ANIM file has a two frame overlap at the end 
  58.                  which permits it to be played back with the -c switch
  59.                  (continuous play) in which case it will fly round and
  60.                  round forever (nearly).
  61.  
  62.  
  63.